﻿2026-06-21T23:43:06.4476480Z ##[group]Run set -euo pipefail
2026-06-21T23:43:06.4477038Z [36;1mset -euo pipefail[0m
2026-06-21T23:43:06.4477437Z [36;1mPIN=0c95435[0m
2026-06-21T23:43:06.4477837Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T23:43:06.4478312Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T23:43:06.4478918Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T23:43:06.4479901Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T23:43:06.4480661Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T23:43:06.4481298Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T23:43:06.4481742Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T23:43:06.4482233Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T23:43:06.4482842Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:43:06.4483484Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T23:43:06.4483960Z [36;1mfi[0m
2026-06-21T23:43:06.4484465Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:43:06.4501645Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T23:43:06.4502179Z env:
2026-06-21T23:43:06.4502547Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T23:43:06.4502981Z ##[endgroup]
2026-06-21T23:43:06.7485801Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:43:06.7487573Z    Compiling unicode-ident v1.0.24
2026-06-21T23:43:06.7488277Z    Compiling quote v1.0.45
2026-06-21T23:43:06.7489392Z    Compiling libc v0.2.186
2026-06-21T23:43:06.7490142Z    Compiling serde_core v1.0.228
2026-06-21T23:43:06.7490791Z    Compiling cfg-if v1.0.4
2026-06-21T23:43:06.7491426Z    Compiling serde v1.0.228
2026-06-21T23:43:06.7545128Z    Compiling log v0.4.32
2026-06-21T23:43:06.7592980Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:43:06.7611564Z    Compiling typenum v1.20.1
2026-06-21T23:43:06.7639672Z    Compiling portable-atomic v1.13.1
2026-06-21T23:43:06.7671630Z    Compiling memchr v2.8.1
2026-06-21T23:43:06.7703415Z    Compiling version_check v0.9.5
2026-06-21T23:43:06.7748734Z    Compiling shlex v2.0.1
2026-06-21T23:43:06.7821405Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:43:06.8251393Z    Compiling critical-section v1.2.0
2026-06-21T23:43:06.8511917Z    Compiling bytes v1.11.1
2026-06-21T23:43:06.8871661Z    Compiling subtle v2.6.1
2026-06-21T23:43:06.9207572Z    Compiling futures-core v0.3.32
2026-06-21T23:43:07.0064296Z    Compiling equivalent v1.0.2
2026-06-21T23:43:07.0145924Z    Compiling smallvec v1.15.1
2026-06-21T23:43:07.0792169Z    Compiling itoa v1.0.18
2026-06-21T23:43:07.0861318Z    Compiling semver v1.0.28
2026-06-21T23:43:07.0918068Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:43:07.0931461Z    Compiling slab v0.4.12
2026-06-21T23:43:07.1135291Z    Compiling futures-io v0.3.32
2026-06-21T23:43:07.1282594Z    Compiling futures-sink v0.3.32
2026-06-21T23:43:07.1680998Z    Compiling futures-task v0.3.32
2026-06-21T23:43:07.2000269Z    Compiling generic-array v0.14.7
2026-06-21T23:43:07.2001914Z    Compiling futures-channel v0.3.32
2026-06-21T23:43:07.2539641Z    Compiling rustversion v1.0.22
2026-06-21T23:43:07.2855187Z    Compiling bitflags v2.12.1
2026-06-21T23:43:07.3050616Z    Compiling hashbrown v0.17.1
2026-06-21T23:43:07.3137878Z    Compiling cpufeatures v0.2.17
2026-06-21T23:43:07.3833019Z    Compiling rustc_version v0.4.1
2026-06-21T23:43:07.3887953Z    Compiling fnv v1.0.7
2026-06-21T23:43:07.4467923Z    Compiling strsim v0.11.1
2026-06-21T23:43:07.4622876Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:43:07.4671841Z    Compiling rand_core v0.10.1
2026-06-21T23:43:07.4776526Z    Compiling writeable v0.6.3
2026-06-21T23:43:07.5100199Z    Compiling litemap v0.8.2
2026-06-21T23:43:07.5249506Z    Compiling ident_case v1.0.1
2026-06-21T23:43:07.5423377Z    Compiling utf8_iter v1.0.4
2026-06-21T23:43:07.6003779Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:43:07.6180478Z    Compiling getrandom v0.4.2
2026-06-21T23:43:07.6638400Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:43:07.7158502Z    Compiling dunce v1.0.5
2026-06-21T23:43:07.7419119Z    Compiling fs_extra v1.3.0
2026-06-21T23:43:07.7760620Z    Compiling percent-encoding v2.3.2
2026-06-21T23:43:07.7789176Z    Compiling autocfg v1.5.1
2026-06-21T23:43:07.9030933Z    Compiling http v1.4.1
2026-06-21T23:43:07.9160661Z    Compiling cpufeatures v0.3.0
2026-06-21T23:43:07.9770373Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:43:07.9830538Z    Compiling thiserror v2.0.18
2026-06-21T23:43:07.9870858Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:43:08.0930456Z    Compiling scopeguard v1.2.0
2026-06-21T23:43:08.1110724Z    Compiling chacha20 v0.10.0
2026-06-21T23:43:08.1197982Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:43:08.1740675Z    Compiling indexmap v2.14.0
2026-06-21T23:43:08.2321055Z    Compiling lock_api v0.4.14
2026-06-21T23:43:08.2590800Z    Compiling untrusted v0.9.0
2026-06-21T23:43:08.3110460Z    Compiling rustls v0.23.40
2026-06-21T23:43:08.3530915Z    Compiling syn v2.0.117
2026-06-21T23:43:08.3790606Z    Compiling heck v0.5.0
2026-06-21T23:43:08.3862654Z    Compiling anyhow v1.0.102
2026-06-21T23:43:08.3938567Z    Compiling unicode-xid v0.2.6
2026-06-21T23:43:08.4081979Z    Compiling const-oid v0.10.2
2026-06-21T23:43:08.4083621Z    Compiling atomic-waker v1.1.2
2026-06-21T23:43:08.4770330Z    Compiling convert_case v0.10.0
2026-06-21T23:43:08.4800870Z    Compiling httparse v1.10.1
2026-06-21T23:43:08.5010710Z    Compiling zerocopy v0.8.50
2026-06-21T23:43:08.5209472Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:43:08.5480224Z    Compiling paste v1.0.15
2026-06-21T23:43:08.6270767Z    Compiling jobserver v0.1.34
2026-06-21T23:43:08.6581184Z    Compiling hybrid-array v0.4.12
2026-06-21T23:43:08.6750761Z    Compiling num-traits v0.2.19
2026-06-21T23:43:08.7127535Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:43:08.7540520Z    Compiling ahash v0.8.12
2026-06-21T23:43:08.8343720Z    Compiling powerfmt v0.2.0
2026-06-21T23:43:08.8543496Z    Compiling either v1.16.0
2026-06-21T23:43:08.8860452Z    Compiling fastrand v2.4.1
2026-06-21T23:43:08.9492526Z    Compiling cc v1.2.63
2026-06-21T23:43:08.9531038Z    Compiling base64ct v1.8.3
2026-06-21T23:43:08.9881697Z    Compiling http-body v1.0.1
2026-06-21T23:43:09.0479850Z    Compiling crypto-common v0.1.7
2026-06-21T23:43:09.1069913Z    Compiling block-buffer v0.10.4
2026-06-21T23:43:09.1172109Z    Compiling deranged v0.5.8
2026-06-21T23:43:09.2240740Z    Compiling digest v0.10.7
2026-06-21T23:43:09.2370525Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:43:09.2524569Z    Compiling time-core v0.1.8
2026-06-21T23:43:09.2960479Z    Compiling base64 v0.22.1
2026-06-21T23:43:09.3908616Z    Compiling try-lock v0.2.5
2026-06-21T23:43:09.4139433Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:43:09.4415065Z    Compiling vcpkg v0.2.15
2026-06-21T23:43:09.4732080Z    Compiling pkg-config v0.3.33
2026-06-21T23:43:09.4760432Z    Compiling data-encoding v2.11.0
2026-06-21T23:43:09.4864702Z    Compiling tower-service v0.3.3
2026-06-21T23:43:09.4920621Z    Compiling zmij v1.0.21
2026-06-21T23:43:09.5633263Z    Compiling num-conv v0.2.2
2026-06-21T23:43:09.5800410Z    Compiling tinyvec v1.11.0
2026-06-21T23:43:09.6940680Z    Compiling mio v1.2.1
2026-06-21T23:43:09.7190946Z    Compiling socket2 v0.6.4
2026-06-21T23:43:09.7213292Z    Compiling getrandom v0.2.17
2026-06-21T23:43:09.7586836Z    Compiling sha2 v0.10.9
2026-06-21T23:43:09.7773590Z    Compiling want v0.3.1
2026-06-21T23:43:09.9407329Z    Compiling rand v0.10.1
2026-06-21T23:43:09.9929206Z    Compiling rand_core v0.6.4
2026-06-21T23:43:10.1520445Z    Compiling parking_lot v0.12.5
2026-06-21T23:43:10.1598134Z    Compiling crypto-common v0.2.2
2026-06-21T23:43:10.1856839Z    Compiling block-buffer v0.12.0
2026-06-21T23:43:10.2040706Z    Compiling inout v0.1.4
2026-06-21T23:43:10.3210463Z    Compiling cmake v0.1.58
2026-06-21T23:43:10.3310882Z    Compiling vergen-lib v9.1.0
2026-06-21T23:43:10.3312930Z    Compiling n0-future v0.3.2
2026-06-21T23:43:10.3567077Z    Compiling winnow v1.0.3
2026-06-21T23:43:10.3773136Z    Compiling serde_json v1.0.150
2026-06-21T23:43:10.4863208Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:43:10.5061112Z    Compiling cordyceps v0.3.4
2026-06-21T23:43:10.5274939Z    Compiling httpdate v1.0.3
2026-06-21T23:43:10.5862476Z    Compiling spin v0.10.0
2026-06-21T23:43:10.6120538Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:43:10.6991300Z    Compiling signature v2.2.0
2026-06-21T23:43:10.7100040Z    Compiling parking v2.2.1
2026-06-21T23:43:10.7580794Z    Compiling cipher v0.4.4
2026-06-21T23:43:10.7846810Z    Compiling ed25519 v2.2.3
2026-06-21T23:43:10.8150699Z    Compiling futures-buffered v0.2.13
2026-06-21T23:43:10.8341201Z    Compiling netlink-packet-core v0.8.1
2026-06-21T23:43:10.8547190Z    Compiling futures-lite v2.6.1
2026-06-21T23:43:10.8890791Z    Compiling universal-hash v0.5.1
2026-06-21T23:43:10.9127678Z    Compiling vergen-lib v0.1.6
2026-06-21T23:43:10.9290594Z    Compiling vergen v9.1.0
2026-06-21T23:43:10.9960727Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:43:11.0070637Z    Compiling heapless v0.7.17
2026-06-21T23:43:11.0343544Z    Compiling noq-udp v0.10.0
2026-06-21T23:43:11.0348293Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:43:11.0501117Z    Compiling opaque-debug v0.3.1
2026-06-21T23:43:11.1091626Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:43:11.1157220Z    Compiling byteorder v1.5.0
2026-06-21T23:43:11.1210645Z    Compiling digest v0.11.3
2026-06-21T23:43:11.1280395Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:43:11.1947213Z    Compiling polyval v0.6.2
2026-06-21T23:43:11.2894344Z    Compiling spin v0.9.8
2026-06-21T23:43:11.3000398Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:43:11.3119994Z    Compiling hash32 v0.2.1
2026-06-21T23:43:11.3787593Z    Compiling tower-layer v0.3.3
2026-06-21T23:43:11.4040979Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:43:11.4170301Z    Compiling ring v0.17.14
2026-06-21T23:43:11.4601488Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:43:11.4931599Z    Compiling ryu v1.0.23
2026-06-21T23:43:11.5350560Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:43:11.5420236Z    Compiling num_threads v0.1.7
2026-06-21T23:43:11.5918175Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:43:11.6057107Z    Compiling signature v3.0.0
2026-06-21T23:43:11.6770500Z    Compiling time v0.3.47
2026-06-21T23:43:11.7199913Z    Compiling ghash v0.5.1
2026-06-21T23:43:11.7310493Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:43:11.7440645Z    Compiling ctr v0.9.2
2026-06-21T23:43:11.7781870Z    Compiling aes v0.8.4
2026-06-21T23:43:11.8600737Z    Compiling fs2 v0.4.3
2026-06-21T23:43:11.9471770Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:43:11.9630926Z    Compiling aead v0.5.2
2026-06-21T23:43:11.9874013Z    Compiling http-body-util v0.1.3
2026-06-21T23:43:12.0150714Z    Compiling openssl-probe v0.2.1
2026-06-21T23:43:12.0480433Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:43:12.1180944Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:43:12.1320544Z    Compiling blake3 v1.8.5
2026-06-21T23:43:12.2017619Z    Compiling netlink-packet-route v0.29.0
2026-06-21T23:43:12.2110519Z    Compiling uuid v1.23.2
2026-06-21T23:43:12.3221045Z    Compiling memoffset v0.6.5
2026-06-21T23:43:12.4510602Z    Compiling aes-gcm v0.10.3
2026-06-21T23:43:12.5250967Z    Compiling acto v0.8.2
2026-06-21T23:43:12.5957752Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:43:12.6660761Z    Compiling netwatch v0.16.0
2026-06-21T23:43:12.6820930Z    Compiling noq v0.18.0
2026-06-21T23:43:12.6930539Z    Compiling mac-addr v0.3.0
2026-06-21T23:43:12.7110241Z    Compiling xml-rs v0.8.28
2026-06-21T23:43:12.7550675Z    Compiling tagptr v0.2.0
2026-06-21T23:43:12.8690919Z    Compiling ref-cast v1.0.25
2026-06-21T23:43:12.8940909Z    Compiling foldhash v0.2.0
2026-06-21T23:43:12.9040589Z    Compiling identity-hash v0.1.0
2026-06-21T23:43:12.9201002Z    Compiling thiserror v1.0.69
2026-06-21T23:43:12.9310638Z    Compiling rustix v1.1.4
2026-06-21T23:43:12.9900560Z    Compiling rustc-hash v2.1.2
2026-06-21T23:43:13.0730828Z    Compiling lru-slab v0.1.2
2026-06-21T23:43:13.0976850Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:43:13.1980827Z    Compiling hashbrown v0.16.1
2026-06-21T23:43:13.2977679Z    Compiling netlink-packet-route v0.30.0
2026-06-21T23:43:13.3457745Z    Compiling serial-core v0.4.0
2026-06-21T23:43:13.3654749Z    Compiling ioctl-rs v0.1.6
2026-06-21T23:43:13.4601074Z    Compiling synstructure v0.13.2
2026-06-21T23:43:13.4675024Z    Compiling darling_core v0.20.11
2026-06-21T23:43:13.5152583Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:43:13.8805203Z    Compiling xmltree v0.10.3
2026-06-21T23:43:13.9480300Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:43:13.9911663Z    Compiling termios v0.2.2
2026-06-21T23:43:14.0290644Z    Compiling errno v0.3.14
2026-06-21T23:43:14.0690781Z    Compiling aho-corasick v1.1.4
2026-06-21T23:43:14.0790406Z    Compiling simple-dns v0.9.3
2026-06-21T23:43:14.1024042Z    Compiling simdutf8 v0.1.5
2026-06-21T23:43:14.1144337Z    Compiling winnow v0.7.15
2026-06-21T23:43:14.1452942Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:43:14.1890989Z    Compiling smol_str v0.1.24
2026-06-21T23:43:14.2410457Z    Compiling resolv-conf v0.7.6
2026-06-21T23:43:14.3524144Z    Compiling linux-raw-sys v0.12.1
2026-06-21T23:43:14.3990557Z    Compiling arrayvec v0.7.6
2026-06-21T23:43:14.4088662Z    Compiling signal-hook v0.3.18
2026-06-21T23:43:14.4580573Z    Compiling sha1_smol v1.0.1
2026-06-21T23:43:14.5718826Z    Compiling arrayref v0.3.9
2026-06-21T23:43:14.6150819Z    Compiling toml_write v0.1.2
2026-06-21T23:43:14.6510369Z    Compiling regex-syntax v0.8.10
2026-06-21T23:43:14.7597206Z    Compiling signal-hook-registry v1.4.8
2026-06-21T23:43:14.8230506Z    Compiling serial-unix v0.4.0
2026-06-21T23:43:15.0304475Z    Compiling lru v0.16.4
2026-06-21T23:43:15.1170031Z    Compiling darling_core v0.23.0
2026-06-21T23:43:15.1825705Z    Compiling serde_bytes v0.11.19
2026-06-21T23:43:15.2064966Z    Compiling seize v0.5.1
2026-06-21T23:43:15.3050585Z    Compiling serde_derive v1.0.228
2026-06-21T23:43:15.3986680Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:43:15.4770600Z    Compiling tokio-macros v2.7.0
2026-06-21T23:43:15.7328852Z    Compiling futures-macro v0.3.32
2026-06-21T23:43:15.9950728Z    Compiling zeroize v1.8.2
2026-06-21T23:43:16.2046588Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:43:16.2230705Z    Compiling tokio v1.52.3
2026-06-21T23:43:16.5788380Z    Compiling futures-util v0.3.32
2026-06-21T23:43:16.6590607Z    Compiling yoke-derive v0.8.2
2026-06-21T23:43:16.7349667Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:43:16.7840778Z    Compiling displaydoc v0.2.6
2026-06-21T23:43:17.4251029Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:43:17.5853309Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:43:17.6055715Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:43:17.6181879Z    Compiling zerofrom v0.1.8
2026-06-21T23:43:17.7260646Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:43:17.9770069Z    Compiling yoke v0.8.3
2026-06-21T23:43:18.2050868Z    Compiling zerovec v0.11.6
2026-06-21T23:43:18.3429409Z    Compiling zerotrie v0.2.4
2026-06-21T23:43:18.3971002Z    Compiling darling_macro v0.20.11
2026-06-21T23:43:18.4171073Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:43:18.7262517Z    Compiling darling v0.20.11
2026-06-21T23:43:18.7439984Z    Compiling spez v0.1.2
2026-06-21T23:43:18.7780509Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:43:18.7915384Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:43:18.9984215Z    Compiling tinystr v0.8.3
2026-06-21T23:43:19.1180541Z    Compiling potential_utf v0.1.5
2026-06-21T23:43:19.2400607Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:43:19.2500512Z    Compiling icu_collections v2.2.0
2026-06-21T23:43:19.2887827Z    Compiling der v0.8.0-rc.10
2026-06-21T23:43:19.5650939Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:43:19.8951042Z    Compiling n0-error v0.1.3
2026-06-21T23:43:20.0260193Z    Compiling cobs v0.3.0
2026-06-21T23:43:20.1070651Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:43:20.2770558Z    Compiling postcard-derive v0.2.2
2026-06-21T23:43:20.3224901Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:43:20.3980553Z    Compiling derive_builder v0.20.2
2026-06-21T23:43:20.5110555Z    Compiling icu_provider v2.2.0
2026-06-21T23:43:20.7935684Z    Compiling ipnet v2.12.0
2026-06-21T23:43:20.8723761Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:43:20.9250417Z    Compiling icu_properties v2.2.0
2026-06-21T23:43:21.0221756Z    Compiling pin-project v1.1.13
2026-06-21T23:43:21.0360654Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:43:21.0929338Z    Compiling futures-executor v0.3.32
2026-06-21T23:43:21.1421546Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:43:21.2120539Z    Compiling prefix-trie v0.8.4
2026-06-21T23:43:21.2436666Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:43:21.4238427Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:43:21.4601296Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T23:43:21.4890974Z    Compiling futures v0.3.32
2026-06-21T23:43:21.5720744Z    Compiling once_cell v1.21.4
2026-06-21T23:43:21.7100607Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:43:21.7283046Z    Compiling rustls-native-certs v0.8.4
2026-06-21T23:43:21.7810892Z    Compiling tracing-core v0.1.36
2026-06-21T23:43:21.9990538Z    Compiling hashbrown v0.14.5
2026-06-21T23:43:22.0360567Z    Compiling strum_macros v0.28.0
2026-06-21T23:43:22.0481168Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:43:22.1587495Z    Compiling tokio-util v0.7.18
2026-06-21T23:43:22.3890098Z    Compiling tracing v0.1.44
2026-06-21T23:43:22.6190891Z    Compiling idna_adapter v1.2.2
2026-06-21T23:43:22.7110541Z    Compiling idna v1.1.0
2026-06-21T23:43:22.7728689Z    Compiling hashlink v0.9.1
2026-06-21T23:43:22.7852735Z    Compiling netlink-sys v0.8.8
2026-06-21T23:43:22.7967080Z    Compiling postcard v1.1.3
2026-06-21T23:43:22.8824917Z    Compiling tower v0.5.3
2026-06-21T23:43:22.9607694Z    Compiling derive_more v2.1.1
2026-06-21T23:43:22.9697787Z    Compiling enum-assoc v1.3.0
2026-06-21T23:43:23.0961711Z    Compiling async-trait v0.1.89
2026-06-21T23:43:23.1550680Z    Compiling url v2.5.8
2026-06-21T23:43:23.1680512Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:43:23.1840765Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:43:23.2760804Z    Compiling h2 v0.4.14
2026-06-21T23:43:23.3450556Z    Compiling rusqlite v0.32.1
2026-06-21T23:43:23.4368424Z    Compiling n0-watcher v0.6.1
2026-06-21T23:43:23.5980933Z    Compiling tokio-stream v0.1.18
2026-06-21T23:43:23.6051214Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:43:23.6728318Z    Compiling num_enum v0.7.6
2026-06-21T23:43:23.7060747Z    Compiling netdev v0.42.0
2026-06-21T23:43:23.7790297Z    Compiling netlink-proto v0.12.0
2026-06-21T23:43:23.7871028Z    Compiling iroh-relay v0.98.0
2026-06-21T23:43:23.7895952Z    Compiling moka v0.12.15
2026-06-21T23:43:23.8110621Z    Compiling serde_spanned v0.6.9
2026-06-21T23:43:23.9420744Z    Compiling toml_datetime v0.6.11
2026-06-21T23:43:23.9530438Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:43:24.0184176Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:43:24.0587462Z    Compiling iroh-base v0.98.0
2026-06-21T23:43:24.1120479Z    Compiling attohttpc v0.30.1
2026-06-21T23:43:24.2691250Z    Compiling tower-http v0.6.11
2026-06-21T23:43:24.3230656Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:43:24.6128102Z    Compiling toml_edit v0.22.27
2026-06-21T23:43:24.8291042Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T23:43:24.9930760Z    Compiling webpki-roots v1.0.7
2026-06-21T23:43:25.0237833Z    Compiling regex-automata v0.4.14
2026-06-21T23:43:25.0510792Z    Compiling strum v0.28.0
2026-06-21T23:43:25.0558725Z    Compiling schemars_derive v1.2.1
2026-06-21T23:43:25.1240633Z    Compiling hmac v0.12.1
2026-06-21T23:43:25.1487855Z    Compiling iroh-dns v0.98.0
2026-06-21T23:43:25.2515628Z    Compiling iroh v0.98.2
2026-06-21T23:43:25.4130643Z    Compiling dyn-clone v1.0.20
2026-06-21T23:43:25.4980383Z    Compiling pin-utils v0.1.0
2026-06-21T23:43:25.5521621Z    Compiling cmov v0.5.4
2026-06-21T23:43:25.5890757Z    Compiling bitflags v1.3.2
2026-06-21T23:43:25.5891541Z    Compiling utf8parse v0.2.2
2026-06-21T23:43:25.6550009Z    Compiling rustix v0.38.44
2026-06-21T23:43:25.6770424Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:43:25.7389548Z    Compiling filedescriptor v0.8.3
2026-06-21T23:43:25.7432937Z    Compiling nix v0.25.1
2026-06-21T23:43:25.7707244Z    Compiling hkdf v0.12.4
2026-06-21T23:43:25.8451926Z    Compiling ctutils v0.4.2
2026-06-21T23:43:25.8830142Z    Compiling backon v1.6.0
2026-06-21T23:43:25.9310621Z    Compiling darling_macro v0.23.0
2026-06-21T23:43:26.0100979Z    Compiling papaya v0.2.4
2026-06-21T23:43:26.0984134Z    Compiling serial v0.4.0
2026-06-21T23:43:26.1051140Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:43:26.1261269Z    Compiling shell-words v1.1.1
2026-06-21T23:43:26.1770682Z    Compiling anstyle-query v1.1.5
2026-06-21T23:43:26.1810655Z    Compiling linux-raw-sys v0.4.15
2026-06-21T23:43:26.1970787Z    Compiling instability v0.3.12
2026-06-21T23:43:26.2889569Z    Compiling foldhash v0.1.5
2026-06-21T23:43:26.2920380Z    Compiling colorchoice v1.0.5
2026-06-21T23:43:26.3080598Z    Compiling downcast-rs v1.2.1
2026-06-21T23:43:26.3700772Z    Compiling anstyle v1.0.14
2026-06-21T23:43:26.3932551Z    Compiling signal-hook-mio v0.2.5
2026-06-21T23:43:26.4176752Z    Compiling darling v0.23.0
2026-06-21T23:43:26.4806110Z    Compiling hashbrown v0.15.5
2026-06-21T23:43:26.4901208Z    Compiling spake2 v0.4.0
2026-06-21T23:43:26.4994633Z    Compiling terminal_size v0.4.4
2026-06-21T23:43:26.5169887Z    Compiling strum_macros v0.26.4
2026-06-21T23:43:26.5921468Z    Compiling sha1 v0.10.6
2026-06-21T23:43:26.6574862Z    Compiling anstream v1.0.0
2026-06-21T23:43:26.6821285Z    Compiling itertools v0.13.0
2026-06-21T23:43:26.8460537Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:43:26.8986246Z    Compiling castaway v0.2.4
2026-06-21T23:43:27.0418297Z    Compiling doctest-file v1.1.1
2026-06-21T23:43:27.0831305Z    Compiling static_assertions v1.1.0
2026-06-21T23:43:27.1430865Z    Compiling unicode-width v0.1.14
2026-06-21T23:43:27.1751005Z    Compiling schemars v1.2.1
2026-06-21T23:43:27.2421591Z    Compiling toml v0.8.23
2026-06-21T23:43:27.4760490Z    Compiling clap_lex v1.1.0
2026-06-21T23:43:27.5410131Z    Compiling indoc v2.0.7
2026-06-21T23:43:27.8040866Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T23:43:27.9730990Z    Compiling regex v1.12.3
2026-06-21T23:43:28.3120574Z    Compiling clap_builder v4.6.0
2026-06-21T23:43:28.6634531Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T23:43:28.6693346Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:43:28.6772789Z    Compiling crossterm v0.28.1
2026-06-21T23:43:28.7167876Z    Compiling interprocess v2.4.2
2026-06-21T23:43:28.8102641Z    Compiling lru v0.12.5
2026-06-21T23:43:29.0060637Z    Compiling hyper v1.10.1
2026-06-21T23:43:29.0300540Z    Compiling strum v0.26.3
2026-06-21T23:43:29.1376405Z    Compiling compact_str v0.8.2
2026-06-21T23:43:29.3310423Z    Compiling clap_derive v4.6.1
2026-06-21T23:43:29.5810373Z    Compiling cassowary v0.3.0
2026-06-21T23:43:29.6160407Z    Compiling unicode-width v0.2.0
2026-06-21T23:43:29.6961070Z    Compiling iana-time-zone v0.1.65
2026-06-21T23:43:29.9530820Z    Compiling ratatui v0.29.0
2026-06-21T23:43:30.0279827Z    Compiling chrono v0.4.45
2026-06-21T23:43:30.1632958Z    Compiling portable-pty v0.8.1
2026-06-21T23:43:30.2500577Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:43:30.3756200Z    Compiling qrcode v0.14.1
2026-06-21T23:43:30.4504592Z    Compiling tempfile v3.27.0
2026-06-21T23:43:31.0000572Z    Compiling hyper-util v0.1.20
2026-06-21T23:43:31.1365073Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T23:43:31.5620954Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T23:43:31.7207191Z    Compiling clap v4.6.1
2026-06-21T23:43:32.9379362Z    Compiling igd-next v0.17.1
2026-06-21T23:43:34.0966226Z    Compiling portmapper v0.16.0
2026-06-21T23:43:38.8074952Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:43:41.1976237Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:43:41.1977284Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:43:41.1977833Z    Compiling noq-proto v0.17.0
2026-06-21T23:43:41.3538761Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:43:41.3539514Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:43:41.3539914Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:43:41.4862735Z    Compiling reqwest v0.13.4
2026-06-21T23:43:42.4139122Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:43:56.3724248Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T23:43:57.7278411Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T23:44:04.8439680Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T23:44:08.4700825Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T23:44:08.4923877Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T23:44:08.4935725Z 
2026-06-21T23:44:08.4936035Z running 1 test
2026-06-21T23:44:14.6846779Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:44:14.6848813Z 
2026-06-21T23:44:14.6849757Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T23:44:14.6850167Z 
